updating oE db_rename_table
db_rename_table
include eds.e namespace eds public procedure db_rename_table(sequence name, sequence new_name)
renames a table in the current database.
Parameters:
- name : a sequence, the name of the table to rename
- new_name : a sequence, the new name for the table
Errors:
- An error occurs if the current database is not defined.
- If name does not exist on the current database, or if new_name does exist on the current database, an error will occur.
Comments:
The table to be renamed can be the current table, or some other table in the current database.
See Also:
Not Categorized, Please Help
|